Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
authorJuri Linkov <juri@jurta.org>
Mon, 5 Apr 2010 22:15:04 +0000 (01:15 +0300)
committerJuri Linkov <juri@jurta.org>
Mon, 5 Apr 2010 22:15:04 +0000 (01:15 +0300)
commit938c01ef4b22d376062572e4b14a554452f28d72
tree52c31ba6306bccbeaf4f42e9ef11d775c28684a9
parent6ef4111265e0eac1cbb1817e2a4166cdf384f3d1
Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).

* info.el (Info-find-node-2): Comment out code that skips
breadcrumbs line.
(Info-mouse-follow-link): New command.
(Info-link-keymap): New keymap.
(Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
Return a string with links instead of inserting breadcrumbs
to the Info buffer.
(Info-fontify-node): Comment out code that inserts breadcrumbs.
Instead of putting the `invisible' text property over the Info
header, make an overlay over the Info header with the `invisible'
property and `after-string' set to the string returned by
`Info-breadcrumbs'.
lisp/ChangeLog
lisp/info.el